home *** CD-ROM | disk | FTP | other *** search
/ Postcard CD: Toronto / Postcard CD: Toronto (2004).iso / mac / SS.dxr / Internal_10.ls < prev    next >
Encoding:
Text File  |  2002-01-03  |  137 b   |  15 lines

  1. global PauseSS
  2.  
  3. on mouseEnter me
  4.   cursor(280)
  5. end
  6.  
  7. on mouseLeave
  8.   cursor(-1)
  9. end
  10.  
  11. on mouseDown me
  12.   global playMode
  13.   playMode = 0
  14. end
  15.